﻿:root {
  --default-font-weight: 500; /* Set your desired default font weight here */
}

html {

    scroll-behavior: smooth;

}


body {

 font-family: 'Montserrat' !important;
 font-weight:normal;
    font-size: 14px;

    color: #000;

}

body::-webkit-scrollbar {

    width: 10px;

}


body::-webkit-scrollbar-track {

    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}




body::-webkit-scrollbar-thumb {

    background-color: darkgrey;

    outline: 1px solid slategrey;

}
  
/* Header/Logo Title */
header {
  background: #fff;
  overflow: hidden;
  }
  #our-part
  {
	  width: 100%;
    background-color:#ECF4EE;
     padding: 50px 0 70px;

}

.container-1 {
 --bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;margin-right: auto;
	margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
/*
  margin-right: auto;
  margin-left: auto;*/
}
@media screen and (min-width: 480px) {
    .container-1{
          margin: 0 auto;
          width: 100%;
        }
 }
@media (min-width: 576px) {
.container-1
{max-width:540px}
   }
@media (min-width: 768px) {
  .container-1 {
  max-width:720px;
  }
}
@media (min-width: 992px) {
  .container-1 {
  max-width:960px;
  }
}
@media (min-width: 1200px) {
  .container-1 {
     max-width: 1137px;
  }
}
a.txt-white:hover
{
		color:#ffffff;
}
.txt-white
{
	color:#ffffff;
}
.fontcolor
{
	color:#0F1B34;
}
.bold-300
{
	font-weight:300;
}

.bold-400
{
	font-weight:400;
}
.bold-500
{
	font-weight:500;
}
.bold-600
{
	font-weight:600;
}
.btn1 {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;

    font-size: .75rem;
    line-height: 1.5;
    
    
    
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;

    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.7;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);

    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-Login{color:#fff;background-color:#136F45}
.btn-Login.focus,.btn-Login:focus,.btn-Login:hover{color:#fff;background-color:#136F45}

.btn-filter{color:#000;background-color:#FAFAFA;border:2px solid #D5D5D5;}

#Aviation1{
    width: 100%;
    background-color:#ECF4EE;
     padding: 50px 0 70px;

}
h1
{
	font-family: 'Montserrat';
	 font-size:40px;
	 color:#0F1B34;
    font-weight: 300;
	 
}
.content-slider h2
{
	 font-family: 'Montserrat';
	 font-size:32px;
	 font-weight:300;
}
h6{
	font-size:16px;
}
h3
{
	font-size:35px;
    font-weight: 300;
	color:#0F1B34;
}

#inputGroupSelect02
{
	height:35px;
	background-color:#E1EDE4;
	color:#0C551D;
	border:1px solid #BFCEC3;
}
p{
	font-family: 'Montserrat';
	font-size:12px;
	color:#000;
}
#news-content
{
	width: 100%;
    background-color:#ECF4EE;
    padding: 50px 0 70px;

}
.news-1-content
{
	background-image: url('/theme_golden_aviation/static/src/image 3.0/news-1.png');
	padding:2rem 1rem;
	min-height:306px;
	color:#fff;
}
#relationship1-content{
    width: 100%;
 	min-height:355px;
    background: url('/theme_golden_aviation/static/src/image 3.0/relationship.jpg') center center;
  background-size: cover;	 color:#fff;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#relationship1-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}

#relationship-content
{  

	width: 100%;
	background:#fff;
	padding: 30px 0 70px;

}
#services-content
{
	width: 100%;
	background:#fff;
	padding: 40px 0 70px;

}
#client-content
{
	width: 100%;
	background:#fff;
	padding: 50px 0 70px;
}
.form-select1
{
	width:30%;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
}
.form-select1:focus
{
	border: 1px solid #ced4da;
	outline:0;

}
#services-exchange
{
	 width: 100%;
	 color:#fff;
	 background-color:#136F45;
    padding:20px 0 0;
}
#white-content
{
	width: 100%;
	background:#fff;
	padding: 50px 0 70px;
}
#white-content1
{
	width: 100%;
	background:#fff;
	padding: 10px 0 70px;
}

#part-exp-content
{
	 width: 100%;
 	min-height:355px;
    background: url('/theme_golden_aviation/static/src/image 3.0/Part-exp.png') center center;
  background-size: cover;	 color:#fff;
	 margin-top:59px;
	background-repeat: no-repeat;

}
#inventory-content{
    width: 100%;
 	min-height:355px;
    background: url('/theme_golden_aviation/static/src/image 3.0/inventory-banner.png') center center;
  background-size: cover;	 color:#fff;
	background-repeat: no-repeat;
}

#inventory-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#about-us
{
	 width: 100%;
	 color:#fff;
	/*	background: url('../image/Aboutus.png') no-repeat;		 
	 background-size: contain;
        background-position: left center; */
	
        background-image: url('/theme_golden_aviation/static/src/image 3.0/Aboutus.png'), url('/theme_golden_aviation/static/src/image 3.0/aboutus3.png');
  	 background-position: left center, right top;
  	 background-repeat: no-repeat,  no-repeat;
     background-size: 50% 100%, 50% 100%;
	
	 opacity: 1;
	 min-height:575px;
}
#about-us .aboutus-content1
{
height:100%;
	min-height:575px;

	}
	#about-us .aboutus-content1 h5
	{
	font-size:18px;
	font-weight:normal;

}
#about-us .aboutus-content1 h3
{
	font-size:30px;
	font-weight:normal;
	color:#fff;
}

.breadcrumb-1
{
	--bs-breadcrumb-divider: ' | ';
}
.text-breadcrumb
{
	color:#6c757d;
}
#about-us .aboutus-content2
{
	height:100%;
	min-height:575px;

	}
.outline-button,.outline-button:hover,.outline-button:focus
{
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	opacity: 1;
	color:#fff;
	padding:5px 15px;
	display:inline-block;
	
}
.count 
{
padding:10px;
	background-color:transparent;
	margin-top:20px;
}
.two
{	 width:75%;
	border:0;
}
.two h1
{
line-height: 1.3;
display:block;
font-size:55px;
color:#fff;
font-weight:500;
}

.two span
{
font-size:16px;
color:#fff;
font-weight:normal;
	
}
.title
{
	font-size:18px;
	text-transform:uppercase;
	color:#0F1B34;
	letter-spacing: 1px;
	font-weight:normal;
}
.width1
{
	width:30%;
}
.width2
{
	width:70%;
	
}
.bg-md-white
{
	background-color:transparent;
}

.thumbnail {
    position: relative;   overflow: hidden;
        margin: 0 auto;

}
.thumbnail img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
 .thumbnail:hover img {
        transform: scale(1.5);
    }

.caption {
    position: absolute;
    bottom: 2%;
width:100%;
text-align:center;

}
.caption p
{
	font-size:20px;
}

.card-industrie {
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #F0F0F0 ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-industrie-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Desk {
   --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;

    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #E3F1FF ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;

}
.card-Desk-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Quality{
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
	color:#fff ;
    --bs-card-bg: #859b91;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-Quality-body {
    flex: 1 1 auto;	

    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Quality-body p
{
	color:#fff ;
}
h5
	{
	font-size:20px;
	font-weight:normal;

}


/*News & Evente Cards titles styling
------------------------------------------ */

.card1{
  position: relative;
  overflow: hidden;
  display: flex;

  width: 100%; /* Box dimensions */
  height: 306px; 
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);  
  transition: box-shadow 0.56s ease-in-out; /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
}

.card__title{ /* Just for styling */
    align-self: flex-end; 
    color: rgba(255,255,255,.90); font-size: 18px;
    line-height: 1;	
     text-shadow: 2px 2px 5px #000;
    }  
  .card__title span
{
padding-top:5px;
font-size:12px;
display:block;
}
.white-title
{
	background-color:#fff;
	color:#000000;
	margin-bottom:15px;
}
/* Styles for:
** - Using IMG tag inside a container
------------------------------------------ */
/* The image container */
.card__thumbnail{
  position: relative;
  overflow: hidden;  
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
  
  width: 100%; /* Thumbnail dimensions. */
  height: 100%; /*** Change the height to make the image smaller ***/
  /* background-color: rgba(0,0,0,.2);  /* for debugging */
  
}
/* Sets the image dimensions */
.card__thumbnail > img{ /* Tip: use 1:1 ratio images */
  height: 100%; /* or width when img.width > img.height */ 
  width:100%;
}  
/* Styles the title inside the img container */
.card__thumbnail > .card__title{ /* Just for styling */
  position: absolute; left: 0; bottom: 0;   padding:1rem 2rem;}

.my-auto1
{
	margin-top: auto!important;
    margin-bottom:60px!important;
}
#footer{
	width: 100%;
    background-color: #001A04;
    padding: 100px 0 0;
color: #fff;
}
#footer .socials a { display: block; float: left; width: 35px; height: 35px; margin-right: 6px; margin-bottom: 10px; text-align: center; background-color: #13121c; color: #fff; line-height: 35px; }
#footer .socials a:nth-child(4) { margin-right: 0px; }
#footer .socials a.facebook { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .socials a.twiiter { background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.insta { background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.pin { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .socials a.link {background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.youtube { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .footer-menu
{list-style: none;
    margin: 0px;
    padding: 0px;
	color:#fff;
}
#footer .footer-menu li {
    line-height: 24px;
    font-size: 12px;
}
#footer .footer-menu li a
{
	color:#fff;
}
#footer .footer-menu li a:hover{
	color: #3b3be1;
}
#footer .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
background-color:transparent;
border-color:0;
font-size: 14px !important;
    font-weight: 500 !important;
}

#footer .copy_right { margin-top: 30px; border-top: solid 1px #363f53; padding: 20px 0px; margin-bottom: 0px; font-size: 13px; }

.smart_full p
{
	color:#747A88;
	font-size:12px;
}
.smart_full p a,.smart_full p a:hover
{
	color:#747A88;
	font-size:12px;
}

.width-75
{
	width:90%;
}
.navbar-nav1 {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.site-btn
{
	/*border:2px solid #fff;*/
	padding:10px 15px;
	font-size:14px;
}
#input-Numbers::placeholder {
  color: #9b9b9b;
  opacity: 1; /* Firefox */
  font-size:12px;
}

#input-Numbers::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #9b9b9b;
    font-size:12px;
}

#input-Numbers::-ms-input-placeholder { /* Microsoft Edge */
 	color: #9b9b9b;
    font-size:12px;
}


.nav-pills .nav-link-contact {

    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 10px 16px;
    line-height: 1;
    background-color: #fff;
    font-weight: 500;
    color: #000000;
    margin: 0.5rem; border-bottom:3px solid #939393;
    font-weight:500;

}
.nav-pills .nav-link-contact.active, .nav-pills .show>.nav-link-contact {
    color: #136F45;
    background-color: #fff;
    font-weight:600;
    border-bottom:3px solid #136F45;
   }
@media screen and (max-width: 768px) {
.nav-pills .nav-link-contact {
    padding: 17px 5px 16px;
}

#footer .socials { float: right; }

#inputGroupSelect02
{
	border-radius:6px;border: 2px solid #D5D5D5;
}
#input-Numbers
{
	border-radius:6px;border: 2px solid #D5D5D5;
}
.width-75
{
	width:100%;
}

.card__thumbnail > img{ /* Tip: use 1:1 ratio images */
  height: 100%; /* or width when img.width > img.height */ 
  width:100%;
}  

.bg-md-white
{
	background-color:#fff;
	border-radius:10px;
	margin-left:5px;
}

.content-slider h2
{
	 font-family: 'Montserrat';
	 font-size:20px;
	 
}
#about-us .aboutus-content1 h5 {
    font-size: 16px;
    font-weight: normal;
}
h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    color: #0F1B34;
    font-weight: lighter;
}
#about-us .aboutus-content1 h3 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
}
.form-select1
{
	width:100%;
	border: 1px solid #ced4da;
	border-radius: 0;
}
.width2
{
	border-radius: 0;

}
#about-us
{
	 width: 100%;
	 color:#fff;
background: url('../image/aboutus3.png') no-repeat;		 
	 background-size:;
        background-position: center center;

     background-size: 100% 100%;


}
#about-us .container-1 {
    margin: 0 auto;
    width: 100%;
    
}
#about-us .aboutus-content1
{
height:100%;
	min-height:575px;
	width:100%;
background: transparent url('../image/Aboutus-Mobile.png') no-repeat;	
	  background-size: cover;
        background-position: center center;
background-size: 100% 100%;

	}
	#about-us .aboutus-content2
{	

height:100%;
}

.two
{	
	width:100%;
	border-bottom:3px solid #fff;
	padding-top:15px;	padding-bottom:15px;
}
.two h1
{
line-height: 1.3;
display:block;
font-size:30px;
color:#fff;
font-weight:500;
}
.two span
{
font-size:12px;
color:#fff;
font-weight:300;
	
}
.caption {
    position: absolute;
    top: 65%;
width:100%;
text-align:center;

}
.caption p
{
	font-size:12px;
}

.sidenav {
  top: 71px;
 
    }
.title
{
	font-size:12px;
	text-transform:uppercase;
	color:#0F1B34;
	letter-spacing: 0.5px;
	font-weight:normal;
}
h3
{
	font-size:25px;
    font-weight: 300;
	color:#0F1B34;
}

	}
		
	
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
  padding-top: 40px;
    overflow-y:auto;
    overflow-x:hidden;
    }
.sidenav::-webkit-scrollbar {
  width: 16px;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #7b7d7f;
  border: 5px solid #fff;
  border-radius: 10rem;
}
.sidenav::-webkit-scrollbar-track {
  position: absolute;
  right: -3rem;
  top: -500rem;
  background: transparent;
}
.sidenav a {
  display: block;
  transition: 0.3s;
  text-decoration: none;
}


.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  margin-left: 50px;
}
.iconsidenav
{
	color:#90c5ff;border:1px #516c92;
}
@media screen and (max-height: 450px) {

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#burger
{
	font-size:25px;cursor:pointer; color:#000;text-decoration:none;font-weight:lighter; cursor:pointer; z-index:5;
}
/* Position and style the close button (top right corner) */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
#backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
  transition: opacity 0.4s;
  background: black;
  opacity: 0.8;
}
/* The close button */
.closebtn {


  color: black;

  float: right;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;

}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: #666666;
}

.line1, .line2, .line3{
  width:25px;
  height:2px;
  background-color:#000;
  margin:6px 0;
  transition:0.3s;
}
.change .line1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 5px);
  -webkit-transition: 0.3s ease;
}
.change .line2 {opacity: 0;}
.change .line3 {
   -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -3px);
   -webkit-transition: 0.3s ease;
}





/*About us Page css*/
#aboutus-page1
{
	  width: 100%;
    background-color:#ECF4EE;
     padding: 30px 0 70px;

}
#aboutus-page1 h3
{
font-size: 35px;
    font-weight: 300;
    color: #0F1B34;
}


.xyz
{
	color:#136F45;font-size:45px; font-weight:500; text-align:center;
}
#Expertise-content
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.svg') no-repeat;	
	  background-size: contain;
        background-position: left center;
background-size: 100% 100%;
background-color:#136F45;
	opacity: 1;
	min-height:623px;
	padding-top:70px;

}
.card-Expertise{
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #fff ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-Expertise img {
  mix-blend-mode: luminosity;
}
#quality-content{
    width: 100%;
 	min-height:355px;
    background: url('../image 3.0/Quality.jpg') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

#quality-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}


#parts-page1
{
	  width: 100%;
    background-color:#fff;
     padding: 20px 0 70px;

}
#parts-content2
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain;
        background-position: left center;
background-size: 100% 100%;
background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding:70px 0;

}




.video-wrapper {
  position: relative;
}
.video-wrapper .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.video-wrapper .owl-carousel .nav-btn {
  height: 100px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
}
.video-wrapper .owl-carousel .owl-prev.disabled,
.video-wrapper .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.video-wrapper .owl-carousel .prev-slide {
  background: url('../image 3.0/chevronleftcircle1.png') no-repeat scroll left center;
  left: -3.5%;
  top: 30% !important;
}
.video-wrapper .owl-carousel .next-slide {
  background: url('../image 3.0/chevronrightcircle1.png') no-repeat scroll  left center;
  right: -4.5%;
  top: 30% !important;
}
 .owl-carousel .item {
      height: auto;
      padding: 10px;
    }

 @media screen and (max-width: 1198px) {
    .video-wrapper .owl-carousel .prev-slide {
  left: -4%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -5%;
  }
  }
     @media screen and (max-width:  992px) {
     .xyz
{
	color:#136F45;font-size:30px; font-weight:500; text-align:center;
}

.video-wrapper .owl-carousel .prev-slide {
  left: -6%;
  }
.video-wrapper .owl-carousel .next-slide {
  
  right: -7%;
  }

}
 @media screen and (max-width:  767px) {
       
.video-wrapper .owl-carousel .prev-slide {
  left: -8%;
}
.video-wrapper .owl-carousel .next-slide {  
	right: -10%;
  }


}
 @media screen and (max-width:  531px) {
             
.video-wrapper .owl-carousel .prev-slide {
  left: -10%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -13%;
  }
}


 @media screen and (max-width:  414px) {
 
.video-wrapper .owl-carousel .prev-slide {
  left: -12%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -16%;
  }
}

 @media screen and (max-width:  325px) {
 
.video-wrapper .owl-carousel .prev-slide {
  left: -15%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -20%;
  }
 

 }
.counter ol {
  list-style-type: decimal-leading-zero;
  	list-style-position: inside;
  color: #fff;
  counter-reset: item;
}
.counter li:first-child { border-top:1px solid #fff;}
.counter ol li {
  position: relative;
  padding: 10px;
  border-bottom:1px solid #fff;
  font-size:20px;
}
.nav-link1:hover
 {
 color:#0F1B34;
}
.nav.nav-tabs .nav-link1 {
    margin-top: 5px;
    transition: 1s;
    border: none;
    border-bottom: 5px solid #e2e2e2;
    font-weight: 700;
    transition: all .3s ease-in-out;
    display:block;
    background-color: #ECF4EE;
 	color:#0F1B34;
 	font-size:16px;
 	padding:10px 20px;

}
.nav.nav-tabs .nav-link1.active {
    border-bottom: 5px solid #000;
}
.text-color-1
{
	color:#0F1B34;
	font-size:12px;
}
.text-color-2
{
	color:#9b9b9b;
	font-size:12px;
}
.text-color-3
{
	color:#136F45;
}

/*Contact us*/
.padding-tabs
{
	padding:17px 29px 17px;
}
.padding-tabs1
{
padding:17px 0px 17px 29px;
}
/*
.did-floating-label-content1 { 
font-family: 'Montserrat', sans-serif;
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label1 {
font-family: 'Montserrat', sans-serif;    color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:11px;
  padding:0 5px;
  background:transparent;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input1, .did-floating-select1 {
font-family: 'Montserrat', sans-serif;
  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding: 0 20px 0 5px;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label1{
      top:-10px;
      font-size:14px;
    }
  }
}

.did-floating-input2{
font-family: 'Montserrat', sans-serif;

  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding:5px 20px 0 5px;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label2{
      top:-20px;
      font-size:13px;
    }
  }
}
.did-floating-label2 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:0;
  padding:0 5px;
  background:transparent;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input2:not(:placeholder-shown) ~ .did-floating-label2 {
  top:-20px;
  font-size:14px;
}
*/

.form-strip {
  width: 100%;
    text-align: left;
}
.form-strip h6
{
	font-size:17px;
	letter-spacing: 1.68px;
	
}


.did-floating-label-content1 { 
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label1 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:11px;
  padding:0 5px;
  background:#fff;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;  
}
.did-floating-input1, .did-floating-select1 {
  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding: 5px 20px 0 5px;
  background: transparent;
  color: #000;
  border: 1px solid #939393;
  border-bottom: 2px solid #939393; 
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label1{
      top:-15px;
      font-size:14px; 
    }
  }
}
.did-floating-input2{

  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding:5px 20px 0 5px;
  background: #fff;
  color: #000;
  border: 1px solid #939393; 
  border-bottom: 2px solid #939393; 
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label2{
      top:-15px;
      font-size:13px;
    }
  }
}
.did-floating-label2 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:11px;
  padding:0 5px;
  background:#fff;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input2:not(:placeholder-shown) ~ .did-floating-label2 {
  top:-15px;
  font-size:14px;
}
.input-group {
  display: flex;
  .did-floating-input2{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.did-floating-input1:focus, .did-floating-select1:focus
{
	  border: 1px solid #000 !important;
	      border-bottom: 2px solid #000 !important;
} 
select.did-floating-select1 option
{
	  color: #000;
    background:#fff;

}

select.did-floating-select1 option:hover {
    color: #000;
    background:#0066FF;
}
select.did-floating-select1::-ms-expand {
  display: none;
}

.did-floating-input1:not(:placeholder-shown) ~ .did-floating-label1 {
  top:-13px;
  font-size:14px;
}
.did-floating-select1:not([value=""]):valid ~ .did-floating-label1 {
  top:-8px;
  font-size:14px;
}
.did-floating-select1[value=""]:focus ~ .did-floating-label1 {
  top:11px;
  font-size:14px;
}
.input-group {
  display: flex;
  .did-floating-input1{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #323840;

  font-size:12px;
    text-align: center;
    white-space: nowrap;
border-radius:0;
  border-right:none;
  background-color:#fff;    border: 0;
}
/* Set the style for a textarea scrollbar. */
textarea::-webkit-scrollbar {
    background-color: #f0f0f0;
    width: 8px;
}
/* Set the style for a textarea scrollbar thumb. */
textarea::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #c2c2c2;
}
    /* Set the style for a textarea scrollbar thumb hover. */
    textarea::-webkit-scrollbar-thumb:hover {
        background-color: #696969;
    }
    
    
    
    

.image-parent {
  width:75%;
  height:100%;
  text-align:left
}
.list-group-item-1
{
	border-bottom: 1px solid #334573;
}

.form-control-part {
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FAFAFA;
    background-clip: padding-box;
	border: 1px solid #D5D5D5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-part::placeholder {
  color: #a8a8a8;
  opacity: 1; /* Firefox */
  font-size:12px;
}

.form-control-part::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #a8a8a8;
    font-size:12px;
}

.form-control-part::-ms-input-placeholder { /* Microsoft Edge */
 	color: #a8a8a8;
    font-size:12px;
}
.form-select-part {
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    background-color: #FAFAFA;
    background-image: url('/theme_golden_aviation/static/src/image 3.0/Path-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 12px;
    border: 1px solid #D5D5D5;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form-select-part option.service-small {
    font-size: 12px;
    background: #a8a8a8;
}
option:not(:first-of-type) {
  color: black;font-size: 1rem;
}
ul.filter li
{
height:30px;
}
ul li.title-item
{
	font-size:18px; border-bottom: 2px solid #000000;padding:0 5px;
}

.border-side
{
	border-left: 1px solid #D8D8D8;
}
.load-more
{
	color:#0F1B34;
	font-size:12px;
	font-weight:bold;
	
}
.bg-lightgrey
{
	background-color:#F4F4F4;
}
.liner
{
	border-bottom:2px solid #000;
}
.bg-lightblue
{
	background-color:#D5EFE4;
}


.nav-pills .nav-link-expandable{
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 15px 16px;
    line-height: 1;
    background-color: transparent;
    font-weight: 500;
    color: #000000;
    margin: 0.5rem; border-bottom:2px solid #707070;
    font-weight:500;

}
.nav-pills .nav-link-expandable.active, .nav-pills .show>.nav-link-expandable{
    color: #00000;  font-weight: bold;

    background-color: transparent;
     border-bottom:2px solid #000000;  
     background-image:url('../image/arrow-right.svg');
     background-repeat:no-repeat;
     background-position:right;
     }
ul.bullet{
margin: 0;
  padding: 0;
  list-style: none;
  display: inline-grid;
  gap: 1rem;

}
ul.bullet li
{
	   list-style: none;
display:inline-flex;
	   }
ul.bullet li::before
{	content:  url(../image/bullet.svg);
	padding-right:10px;margin-top:2px;
	
}
.blue-quote
{
	background-color:#136F45;	
	padding:25px;
	color:#fff;
}
.wrapper{
	display: flex;
	justify-content: center;
	text-align: center;
	height:auto;
	background-color:#fff;
	color:#000;
	border-radius:5px;
	}
	.wrapper span
	{
	width:100%;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding:4px 0;
}	
.wrapper span.plus
{
	background-color:#EAEAEA;
	border-radius:5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.wrapper span.minus
{
	background-color:#EAEAEA;
	border-radius:5px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;

}

.wrapper span.num
{
	font-size:14px;/*
	border-right:2px solid gray;
		border-left:2px solid gray;*/
		pointer-events:none;
}
.form-group label 
{
	font-size:12px;
}

.form-control::placeholder {
  color: #9b9b9b;
  opacity: 1; /* Firefox */
  font-size:12px;
}

.form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #9b9b9b;
    font-size:12px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
 	color: #9b9b9b;
    font-size:12px;
}
.border-top-2
{
	border-top:1px solid #000000;
}

 @media screen and (max-width:  767px) {
       .padding-tabs1
{
padding:17px 0px 17px;
}
.border-side
{
	border-left: 0 solid #D8D8D8;

}

#Expertise-content
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain 100%;
        background-position: top right;
background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding-top:70px;

}
.card-industrie-body {
padding:10px;

}

.xyz
{
font-size:184%;
font-weight:500;
text-align:left;
}
#parts-content2
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain 100%;
        background-position: top right;

background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding:70px 0;

}

#quality-content{
    width: 100%;
 	min-height:195px;
    background: url('../image 3.0/Quality.jpg') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
}

#inventory-content{
    width: 100%;
 	min-height:195px;
    background: url('../image/inventory-banner.png') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
}
#part-exp-content
{
 	min-height:195px;

}
.p-small {
    padding: 2.5rem!important;
}
}




.navbar-brand, .navbar-text, .navbar .nav-link {
    font-family: unset !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color) !important;
}

.navbar-nav1 {
    --bs-nav-link-color: var(--bs-navbar-color) !important;
}

.navbar-light a:not(.btn) {

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat' !important;
}